-
Notifications
You must be signed in to change notification settings - Fork 0
merge current master into solrevdev/replace-rohith-publish-nuget-action #8
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
merge current master into solrevdev/replace-rohith-publish-nuget-action #8
Conversation
- Update target frameworks to net8.0;net9.0 - Upgrade McMaster.Extensions.CommandLineUtils to 4.1.1 - Update GitHub Actions workflow for .NET 8/9 SDK support - Update documentation and requirements in README.md - Bump version to 1.3.0 BREAKING CHANGE: Removed support for .NET 6.0 and .NET 7.0. Minimum required version is now .NET 8.0. .NET 8 provides LTS support until November 2026, while .NET 9 offers latest features with 18-month STS support. The project now targets modern .NET versions: .NET 8 (LTS until November 2026) and .NET 9 (STS with 18-month support), positioning it well for future compatibility while leveraging the latest .NET features and performance improvements.
- Add --framework net8.0 and net9.0 parameters to all dotnet run examples - Examples now work correctly with multi-targeting project - Demonstrate usage of both .NET 8 and .NET 9 frameworks - Ensure users can run examples without framework selection errors - Bump version to 1.3.1 to display updated README on NuGet.org The README is embedded in NuGet packages at build time, so version bump is required for changes to be visible on NuGet.org. The version has been bumped from 1.3.0 to 1.3.1 (patch/minor bump) so the updated README.md with corrected framework examples will be displayed when the package is published to NuGet.
…7704573 Add Claude Code GitHub Workflow
|
Claude finished @solrevdev's task —— View job Pull Request ReviewI've completed a comprehensive review of this pull request merging master into the Review Tasks:
Code Quality & Best Practices ✅Overall Assessment: The changes demonstrate excellent code organization and follow .NET best practices.
|
83d6c48
into
solrevdev/replace-rohith-publish-nuget-action
Summary
Some work has been done since I created this branch so just keeping it up to date so when i look at it again I have a better chance of it merging back to master and/or testing it